FunctionExecutionException

class FunctionExecutionException : ServiceException

Exception indicating that an Atlas Function failed to execute. The exact reason for the error can be found in Throwable.message.

See also

io.realm.kotlin.mongodb.Functions.call

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?